home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / Euro Truck / ets_1_00_setup.exe / base.scs / unit / hookup / parked_car.sii < prev    next >
Text File  |  2008-07-25  |  301b  |  27 lines

  1. SiiNunit
  2. {
  3.  
  4. parked_car: car.parked
  5. {
  6.     low_poly_only: true
  7. }
  8.  
  9. parked_car: car.parked.physics
  10. {
  11.     low_poly_only: false
  12. }
  13.  
  14. parked_car: truck.parked.physics
  15. {
  16.     truck_model: true
  17.     low_poly_only: false
  18. }
  19.  
  20. parked_car: truck_only.parked.physics
  21. {
  22.     truck_model: true
  23.     low_poly_only: false
  24.     no_trailer: true
  25. }
  26. }
  27.